home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / cdr / 07 / setup.exe / ENGLISH / PROGRAM / GEAR.INI < prev    next >
Encoding:
INI File  |  1998-11-22  |  5.2 KB  |  161 lines

  1. ; GEAR.INI file
  2. ;
  3. ;
  4. [Generic]
  5. ;
  6. AppendMode=0
  7. DefaultDiscSize=74
  8. DefaultTrackType=ISO
  9. MSBAudio=FALSE
  10. WorkingDirectory=C:\GEAR5IMG
  11. XAInterleaving=0
  12. ; Customer information:
  13. CustomerContact=
  14. CustomerName=
  15. CustomerPhone=
  16. DiscTitle=
  17. MasterIDCode=
  18. ReferenceCode=
  19. UPCEANCode=
  20. ;
  21. ;
  22. [Generator]
  23. ;
  24. SystemIdf=GEAR CD RECORDING/PREMASTERING
  25. PublisherIdf=
  26. DataPreparerIdf=GEAR SOFTWARE
  27. ApplicationIdf=
  28. ApplicationUse=
  29. CopyRightFileIdf=
  30. AbstractFileIdf=
  31. BibliographicFileIdf=
  32. MaxNrDirsInVolume=2048
  33. MaxDirNestingLevel=24
  34. ; 'NonIsoNameHandling' determines how the software handles non-IS09660 names.
  35. ;   Possible values are:
  36. ;   0) Dialog appears for each non-ISO9660 name
  37. ;   1) Ignore non-ISO9660 names
  38. ;   2) Translate non-ISO9660 names to upper case only
  39. ;   3) Translate non-ISO9660 names completely
  40. ;   4) Translate non-ISO9660 names completely to DOS compliant names (8+3)
  41. NonIsoNameHandling=1
  42. ArchiveOnly=FALSE
  43. ArchiveReset=FALSE
  44. LoadHiddenFiles=TRUE
  45. LoadSystemFiles=TRUE
  46. ;
  47. ;
  48. [CDRecording]
  49. ;
  50. ; Parameters for CD-Recording:
  51. UsePhysicalImageFiles=FALSE
  52. VerifyImage=TRUE
  53. EstimateBeforeWrite=FALSE
  54. WriteEnable=FALSE
  55. ; 'WriteMethod' determines how the CD-R disc is written.
  56. ;   Possible values are:
  57. ;   0) Disc at once recording (write lead in->tracks->lead out: no link areas).
  58. ;   1) Track at once recording (first write tracks, then fixate).
  59. ;   2) Fixed packet recording (first write tracks/packets, then fixate).
  60. WriteMethod=1
  61. NrOfWriters=1
  62. ReadSpeed=8
  63. WriteSpeed=2
  64. Fixation=TRUE
  65. MultiSession=TRUE
  66. VerifyAfterWrite=TRUE
  67. ; 'CDRInterface' determines which type of CD-R driver is used.
  68. ; Please check the 'BufferSize' setting if you change the 'CDRInterface' setting.
  69. ;   0) Null device
  70. ;   1) WinAspi32.DLL with double buffering
  71. ;   2) WinAspi32.DLL with cyclic buffering
  72. ;   3) Windows NT native Miniport SCSI driver
  73. CDRInterface=2
  74. ; Host adapter number (0-3) to use:
  75. HostAdapterNumber=1
  76. ; 'BufferSize' determines the size of the SCSI buffer(s) allocated by GEAR.
  77. ; The setting must be between 32768 (32 KB) and 60000 (almost 60 KB).
  78. ; Recommended size for cyclic buffering (CDRInterface 2): 32768.
  79. : Recommended size for CDRInterface 1, and 3: 60000.
  80. BufferSize=32768
  81. ; 'DoubleBuffering' determines if a double buffering strategy is used by GEAR.
  82. ; Has to be set to FALSE if same SCSI card is used for the CD recorder and
  83. ; system hard drive (with data files). Only valid for CDRInterface 1.
  84. DoubleBuffering=TRUE
  85. ; 'NrOfCyclicBuffers' determines the number of cyclic buffers allocated by GEAR.
  86. ; Only valid for CDRInterface 2.  The minimum setting is 16.
  87. NrOfCyclicBuffers=64
  88. ; SCSI ID of CD-R unit (only relevant in case of multiple units):
  89. TargetID=5
  90. ; Settings for medium changer device (jukebox):
  91. UseMediumChanger=TRUE
  92. InitializeMediumChanger=FALSE
  93. DriveNrInMediumChanger=3
  94. FirstSlotNumber=1
  95. NrOfSlotsInitialized=10
  96. ;
  97. ;
  98. [Tape]
  99. ;
  100. ; Parameters for premaster tape output:
  101. ; 'DDPFormatTape' determines whether DDP files are (also) written to the tape.
  102. DDPFormatTape=FALSE
  103. ; 'FileOption' determines how tracks are written in tape files
  104. ;   Possible values are:
  105. ;   1) Separate files on separate tapes for each track
  106. ;   2) Separate files for each track on the same tape
  107. ;   3) Tracks of the same type are combined in one tape file
  108. ;   4) One contiguous image tape file including all tracks
  109. FileOption=2
  110. ISOTrackSectorSize=2048
  111. ISOTrackBlockingFactor=4
  112. ISOTrackWithPregapPostgap=FALSE
  113. XATrackSectorSize=2336
  114. XATrackBlockingFactor=4
  115. XATrackWithPregapPostgap=FALSE
  116. DATrackWithPause=FALSE
  117. ScramblingFor2352Sectors=FALSE
  118. WriteIdentTxtOnTape=FALSE
  119. UsePhysicalImageFiles=FALSE
  120. VerifyAfterWrite=TRUE
  121. ; 'TapeInterface' determines which type of tape driver is used:
  122. ;   0) Null device
  123. ;   1) WinAspi32.DLL with double buffering
  124. ;   2) Reserved
  125. ;   3) Windows NT native Miniport SCSI driver
  126. TapeInterface=0
  127. ; Host adapter number (0-3) to use:
  128. HostAdapterNumber=1
  129. ; 'DoubleBuffering' determines if a double buffering strategy is used by GEAR.
  130. ; Has to be set to FALSE if same SCSI card is used for the tape unit and
  131. ; system hard drive (with data files).
  132. DoubleBuffering=TRUE
  133. ; SCSI ID of tape unit (only relevant in case of multiple units):
  134. TargetID=4
  135. ;
  136. ;
  137. [HardDisk]
  138. ;
  139. ; Parameters for access of raw SCSI hard disks and CD-ROM drives:
  140. ; 'DiskInterface' determines which type of disk driver is used:
  141. ;   1) WinAspi32.DLL with double buffering
  142. ;   2) Reserved
  143. ;   3) Windows NT native Miniport SCSI driver
  144. DiskInterface=1
  145. ; Host adapter number (0-3) to use:
  146. HostAdapterNumber=1
  147. ; 'BufferSize' determines the size of the SCSI buffer(s) allocated by GEAR.
  148. ; The setting must be between 32768 (32 KB) and 65280 ( almost 64 KB).
  149. BufferSize=60000
  150. ; 'DoubleBuffering' determines if a double buffering strategy is used by GEAR.
  151. ; Has to be set to FALSE if same SCSI card used for the raw SCSI disk and
  152. ; system hard drive (with data files).
  153. DoubleBuffering=TRUE
  154. ; 'NrOfCyclicBuffers' determines the number of cyclic buffers allocated by GEAR.
  155. ; This is NOT valid for the hard disk interface. It is present for completeness only.
  156. NrOfCyclicBuffers=64
  157. ; SCSI ID of disk device (only relevant in case of multiple units):
  158. TargetID=1
  159. ;
  160. ;end of GEAR.INI
  161.